home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Audio
/
Spectro
/
Source
/
WaterfallComputer.h
< prev
next >
Wrap
Text File
|
1992-01-22
|
281b
|
17 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface WaterfallComputer:Object
{
id mySignalProcessor;
id myApp;
}
- setApp:anObject;
- setSignalProcessor:anObject;
- computeThisCodex: (unsigned char *) data;
- computeThisLinear: (short *) data;
@end